kernel module

英 [ˈkɜːnl ˈmɒdjuːl] 美 [ˈkɜːrnl ˈmɑːdʒuːl]

网络  内核模块; 核心模块; 将得到内核的模组; 核心模组; 查看网卡驱动

计算机



双语例句

  1. The approach that KVM takes is to turn a Linux kernel into a hypervisor simply by loading a kernel module.
    KVM所使用的方法是通过简单地加载内核模块而将Linux内核转换为一个系统管理程序。
  2. You see how to use the Linux key retention service in a kernel module using sample code.
    您将通过示例代码了解如何在内核模块中使用Linux密钥保留服务。
  3. This way, an administrator can simply pick the security module he wants to use and insert it like any other Linux kernel module.
    这样,管理员可以简单地选出他想要使用的安全模块,并像其他Linux内核模块一样将其插入。
  4. KVM is currently designed to interface with the kernel via a loadable kernel module.
    KVM目前设计为通过可加载的内核模块连接内核。
  5. You use the stap utility to convert the stap script into the kernel module that provides the probe behaviors.
    您使用stap实用程序将stap脚本转换成提供探针行为的内核模块。
  6. The kernel module registers a new key type.
    这个内核模块注册一个新的密钥类型。
  7. The sample program has two components: a kernel module and a user-space program.
    示例程序有两个组件:一个内核模块和一个用户空间程序。
  8. Having created a new key type, we next want to try using the kernel module.
    创建了新的密钥类型之后,我们来试用一下这个内核模块。
  9. KVM then simply turns the Linux kernel into a hypervisor ( when you install the kvm kernel module).
    KVM然后会简单地将Linux内核转换成一个系统管理程序(在安装kvm内核模块时)。
  10. When this kernel module is inserted, any calls to cap_capable() are replaced by a call to the cr_capable() function.
    当插入这个内核模块时,对capcapable()的任何调用都被替换为对crcapable()函数的调用。
  11. Run./ make to build the libraries, binaries, and kernel module.
    运行./make来编译库、二进制文件和内核模块。
  12. For this demonstration, you develop a simple loadable kernel module that invokes the API.
    在该例中,首先开发了一个简单的调用API的可加载内核模块。
  13. Download the source of the kernel Module Utilities for2.6; this replaces modutils for modern kernels.
    下载内核ModuleUtilitiesfor2.6的源文件;它可以取代当前新内核的modutils。
  14. It's a kernel module solution that requires minimal changes to the Linux kernel and loads as a kernel module.
    它是一个内核模块解决方案,需要对Linux内核稍做改动并作为内核模块装载。
  15. To create a filesystem in FUSE, you need to install a FUSE kernel module and then use the FUSE library and API set to create your filesystem.
    要在FUSE中创建一个文件系统,您需要安装一个FUSE内核模块,然后使用FUSE库和API来创建自己的文件系统。
  16. Device mapper: the Linux kernel module
    设备映射器(Devicemapper):Linux内核模块
  17. Provider: Kernel module that performs necessary instrumentation to create probes.
    提供者(Provider):执行创建探测所需的操作的内核模块。
  18. As with the tasklets example, you implement this example in the context of a kernel module for simplicity.
    如同微线程的例子一样,为方便起见,可将这个例子部署在内核模块上下文。
  19. In this case, the hooks are defined in the loadable kernel module for SELinux.
    在本例中,这些钩子在可载入的SELinux内核模块中定义。
  20. FUSE is a mechanism that allows you to implement file systems in user space without kernel code ( other than the FUSE kernel module and existing file system code).
    FUSE是一种机制,允许您在没有内核代码(除FUSE内核模块和现有的文件系统代码以外)情况下在用户空间中实现文件系统。
  21. It can be easily installed as a kernel module and configured using the available administration tools and wrappers.
    它作为一个内核模块易于安装,且可使用管理工具和包装器进行配置。
  22. Check the kernel directory for the file./ kernel/ fuse. ko& this is the kernel module file.
    查看kernel目录中的文件./kernel/fuse.ko&这是内核模块文件。
  23. You've seen details of the two key concepts in enabling a FUSE filesystem: how to install and configure the FUSE kernel module and how to leverage the power of the FUSE libraries and APIs.
    您已经详细了解了启用FUSE文件系统的两个关键概念:如何安装和配置FUSE内核模块,以及如何充分利用FUSE库和API的功能。
  24. You'll find the source and API for the usermode-helper API in kernel/ kmod. c ( illustrating its primary use as the kernel-space kernel module loader).
    在kernel/kmod.c中可以找到usermode-helperAPI的源代码和API(展示了主要的用作内核空间的内核模块加载器)。
  25. Linux's usbcore kernel module supports USB host controllers and USB devices.
    Linux的usbcore内核模块支持USB主机控制器和USB设备。
  26. Do a make to build the binaries of the kernel module and user-level programs.
    执行make来构建内核模块和用户级程序的二进制代码。
  27. The new kernel module loader is the work of Rusty Russel.
    新的内核模块加载器是由RustyRussel开发的。
  28. The kernel module exports a device called/ dev/ kvm, which enables a guest mode of the kernel ( in addition to the traditional kernel and user modes).
    这个内核模块导出了一个名为/dev/kvm的设备,它可以启用内核的客户模式(除了传统的内核模式和用户模式)。
  29. This permits execution of the emulated code directly on the host CPU ( on Linux through a kernel module).
    这让我们能够直接在主机CPU上执行仿真代码(在Linux上通过kernel模块执行)。
  30. Research and Implementation of Kernel Module Loading Technology Based on Linux Firewall
    Linux防火墙中模块加载技术的研究与实现